home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BoneToDog.swf / scripts / DefineButton2_121 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2005-08-05  |  196 b   |  12 lines

  1. on(rollOver){
  2.    if(check >= 6)
  3.    {
  4.       check = 7;
  5.    }
  6.    Mouse.hide();
  7.    _root.bbb._visible = true;
  8.    _root.aaa._visible = false;
  9.    startDrag(_root.bbb,1);
  10.    _root.kind = 2;
  11. }
  12.